-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a default A record for each VM #60
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
2cff250
to
b86d28a
Compare
b86d28a
to
66dee13
Compare
This e2e can be extended - https://github.com/kubevirt/kubesecondarydns/blob/main/tests/vm_startup_test.go#L91 |
Thanks for the contribution:) |
56ce260
to
657fc8f
Compare
make vm.namespace.<cluster> resolve to one of the VM-reported IP addresses. This may make it a bit easier to find the VM even if the user does not recall its interface names. Signed-off-by: Dan Kenigsberg <[email protected]>
657fc8f
to
10a350e
Compare
Done in PR - #65 |
Thank you. |
What this PR does / why we need it:
make vm.namespace. resolve to one of the VM-reported IP addresses. This may make it a bit easier to find the VM even if the user does not recall its interface names.
This intends to resolve https://issues.redhat.com/browse/CNV-30087
Special notes for your reviewer:
I have not tested this PR yet, it probably does not build.